home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 6 / CDL_N6.iso / mac / CD Loisirs N°6 / Aromes / Demo / Begin / 00033.ls < prev    next >
Encoding:
Text File  |  1994-12-12  |  143 b   |  7 lines

  1. on mouseDown
  2.   if the text of cast "loop variable" <> "one way" then
  3.     put "one way" into field "loop variable"
  4.   end if
  5.   go("English")
  6. end
  7.